mirror of
https://github.com/actix/actix-website
synced 2025-06-30 16:54:27 +02:00
Add api docs
This commit is contained in:
@ -0,0 +1,10 @@
|
||||
(function() {var implementors = {};
|
||||
implementors["actix_web"] = [];
|
||||
|
||||
if (window.register_implementors) {
|
||||
window.register_implementors(implementors);
|
||||
} else {
|
||||
window.pending_implementors = implementors;
|
||||
}
|
||||
|
||||
})()
|
Reference in New Issue
Block a user