You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The server docs.rs keep failing in generating the page of BigUInt of the crate cryptocol.
I think I found the reason!
There must be the limitation of the number of public methods of struct when docs.rs generates each page.
SmallUInt is more than 50,000 lines but it's documentation was generated successfully at docs.rs while BigUInt has less than 30,000 lines (I moved a lot of the documentation to other files) but its documentation was still not generated at docs.rs. I found that BigUInt has 815 public methods while SmallUInt has 117 methods.
I think there must be function number limitation.
Please increase the limitation of allowed number of methods.
The text was updated successfully, but these errors were encountered:
Crate name
cryptocol
Build failure link
https://docs.rs/cryptocol/latest/cryptocol/number/big_uint/struct.BigUInt.html#struct.BigUInt
Requested RAM limit
No response
Requested timeout
No response
Requested number of targets
No response
Why your crate needs the resource increases
The server
docs.rs
keep failing in generating the page of BigUInt of the cratecryptocol
.I think I found the reason!
There must be the limitation of the number of public methods of struct when
docs.rs
generates each page.SmallUInt is more than 50,000 lines but it's documentation was generated successfully at docs.rs while BigUInt has less than 30,000 lines (I moved a lot of the documentation to other files) but its documentation was still not generated at docs.rs. I found that BigUInt has 815 public methods while SmallUInt has 117 methods.
I think there must be function number limitation.
Please increase the limitation of allowed number of methods.
The text was updated successfully, but these errors were encountered: