File: lib.rs

package info (click to toggle)
rust-markdown 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 816 kB
  • sloc: makefile: 6
file content (5 lines) | stat: -rw-r--r-- 89 bytes parent folder | download
1
2
3
4
5
extern crate markdown;
#[macro_use(assert_diff)]
extern crate difference;

mod fixtures;