use-friend-markdown 0.1.0

Simple markdown rendering helpers for Fellow Friends fixture records
Documentation
  • Coverage
  • 100%
    5 out of 5 items documented1 out of 5 items with examples
  • Size
  • Source code size: 6.87 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 288.49 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 6s Average build duration of successful builds.
  • all releases: 6s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • RustUse/use-rustacean
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • CloudBranch

use-friend-markdown

use-friend-markdown renders Fellow Friends fixture records as small deterministic markdown snippets.

The renderer produces simple cards, tables, and lists for docs, examples, tutorials, and snapshot-style tests. It renders metadata text only and does not reference artwork or media assets.

Example

use use_friend_fixture::FriendFixtures;
use use_friend_markdown::FriendMarkdown;

let card = FriendMarkdown::card(&FriendFixtures::tiny()[0]);

assert!(card.contains("### Ferris"));

License

Licensed under MIT OR Apache-2.0.