halo2curves 0.8.0

Elliptic curve implementations and wrappers for halo2 library
1
2
3
4
5
6
7
8
9
10
# It's the default. But here for visibility.
comment_width = 80
# Makes code docs & examples easier to write.
format_code_in_doc_comments = true
# Group imports by crate.
imports_granularity = "Crate"
# This is a standard almost
wrap_comments = true
# Rustlang core team is migrating to this
group_imports = "StdExternalCrate"