Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

mdx, in rust. maybe.

License

NotificationsYou must be signed in to change notification settings

mdx-js/rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust implementation of MDX

I found this repo, should I use this?

no.

I'm going to anyway

ok, we look forward to working with you.

Developing

You must have Rust installed. You probably wantrustup.

Command Cheatsheet:

cargo buildcargo build --releasecargotestcargo bench

repo organization

what files matter where

integrations tests

tests against the public package API, and the public API only.

  • intests/

unit tests

testing internals and such in a small way.

  • insrc/*.rs

benchmark tests

Can we be speedy? how speedy? Did a recent change cause a regression?

  • inbenches/mdx_benchmark.rs

Troubleshooting

I have a println/dgb/etc in my test and I'm not seeing the output

Usecargo test -- --nocapture to show output in tests. cargo swallows the output by default.

About

mdx, in rust. maybe.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp