New release v0.5 of the D bindings for SAP NetWeaver RFC SDK

Martin Nowak code+news.digitalmars at dawg.eu
Tue Oct 10 13:25:43 UTC 2017


On 10/08/2017 12:59 PM, Kai Nacke wrote:
> The included set of example applications show how easy it is to call an
> RFC. To use the library just add a dependency to your dub.json/dub.sdl
> file or clone the source at https://github.com/redstar/sapnwrfc-d.

Thanks, examples are nice for packages.

Wondering a little about the std. usage, as it seems very unlikely to
ever become standardized.
Why not just use sap. or netweaver. as top level package?

Also I can recommend at least some basic ddoc comments, it's really
trivial to use ddox to get some nice documentation, e.g. see
https://github.com/MartinNowak/bloom.

If you use x:ddoxFilterArgs without "--only-documented", it should even
work for undocumented functions.

-Martin


More information about the Digitalmars-d-announce mailing list