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
As of 0.11, there is a requirement that either 'descriptor_pool' or 'file_descriptor_set_bytes' must be set, but the readme example does not show that.
The text was updated successfully, but these errors were encountered:
jbott
changed the title
README for prost-build-example is incorrect with recent changes not state that either 'descriptor_pool' or 'file_descriptor_set_bytes' must be set
README for prost-build-example is incorrect with recent changes, as either 'descriptor_pool' or 'file_descriptor_set_bytes' must be set
Nov 7, 2024
jbott
changed the title
README for prost-build-example is incorrect with recent changes, as either 'descriptor_pool' or 'file_descriptor_set_bytes' must be set
README for prost_reflect_build::Builder is incorrect with recent changes, as either 'descriptor_pool' or 'file_descriptor_set_bytes' must be set
Nov 7, 2024
As of 0.11, there is a requirement that
either 'descriptor_pool' or 'file_descriptor_set_bytes' must be set
, but the readme example does not show that.The current code snippet is:
Since the
prost-reflect-tests
crate contains a fully functional example – it might make sense to point people to that in the readmebuild.rs:
prost-reflect/prost-reflect-tests/build.rs
Lines 36 to 51 in 8fd210d
crate lib.rs:
prost-reflect/prost-reflect-tests/src/lib.rs
Lines 25 to 26 in 8fd210d
The text was updated successfully, but these errors were encountered: