theweipeng commented on issue #1384:
URL:
https://github.com/apache/incubator-fury/issues/1384#issuecomment-1963371623
> ## Is your feature request related to a problem? Please describe.
> In the Rust example, right on the Installation procedures, it is marked
that a crate called fury_derive should be installed. However, the correct name
is "fury-derive", otherwise the installation will fail. Also, it points to the
same repo as the 'fury' crate. I don't think that is intended? Also, the issue
for fury-derive, since it points to the same repo, is that it that does not
allow access to the elements specified in the user guide, namely: "FuryMeta,
Deserialize, Serialize". However, it seems that simply having: `use
fury::{from_buffer, to_buffer, Fury}` is enough to do the job.
>
> ## Describe the solution you'd like
> Remove the "fury-derive" crate unless it serves a specific purpose. Add
the correct usage of the "fury" crate in the user guide.
Thank you for submitting the issue! The usage in guide is outdated, using
`use fury::{from_buffer, to_buffer, Fury}` is enough to do the job. I will
update the guide in a another PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]