v0.12.0
·
52 commits
to main
since this release
Breaking Changes
- (api) Split sync and async (#258)
Migration Guide
The top-level synchronous helpers fetch, markdown, text, extract_json,
crawl, crawl_each, and map have been moved to servo_fetch::blocking::*.
Names, arguments, and behavior are unchanged.
Features
- (api) Split sync and async (#258)